config.log("Cannot use async operations, only sync");
}
httpClient = getClient(httpClientConfig);
}
}
config.log("Cannot use async operations, only sync");
}
httpClient = externalHttpClient == null ? getClient(httpClientConfig) : externalHttpClient;
}
}